I'm guessing the reason why you're wanting this is because of all the non-critical processes a typical Windows install starts which you don't want to have active if you don't need them.
Linux works a bit differently. Typically only the necessary services are run. There may be some services that are not really necessary for your system to run, but you may question if they take up that much resources so that you won't want to run them (pidstat is a good tool to see how much resources a given process consumed since it was started) vs the "cost" of starting the service on demand (i.e. cups, which can start on the 1st print job instead of starting during boot but you'll have to wait all of 2 whole seconds or so for it to start

).
The only gain I see is if you want to really _really_ micromanage (overmanage?) your power consumption.
Of course frequent wake-ups of a daemon that needs to hit the disk will be costly power-wise but daemons shouldn't run that way (most don't) and if they do there usually is a purpose to it.