Why does the Full-width Template in Twenty Twelve pack so many classes into the body class attribute?

Those classes are output by the body_class function, which can be filtered by plugins to add their own classes. You don’t need to (and shouldn’t) harcode classes into the body tag in your template, just add that function within the body tag:

<body <?php body_class(); ?>>