Oh, it also allows you to exclude plugins from the 'production' build so, if you like to use something like adapt-devtools during development (you should, it's really useful!), you can ensure it won't be included when you do grunt build
by adding this to config.json:
"build": {
"productionExcludes": [
"adapt-devtools"
]
}