BB: The drivers load whether stuff is disabled in sonar or not.
Optimizing software: we all have been complaining about bloat ware for years. It is the result of using high-level languages with compilers. And the quick increase in available hard disk space and computer speed. Most programmers have not cared, or learned, how to use the most compact efficient code.
Because of the big advances in hardware miniaturization during the past 10 years, the MS dudes understood they could use the same core code for all types of hardware. To do so they had to optimize the code. This meant actually removing all the ignored crap. And also optimizing the compilers.
Hence the improved performance on existing hardware.
But because of this improvement programmers/managers will be less concerned about using tight code.
One good bit about windows 8 is how it encourages drivers to be re-written to be stable. Sad some good hardware will be abandoned.