Services that are set to run at startup are resident services. Too many resident services can use up your resources
See what services are resident by using
$ service - -status-all
To stop a service use
$ sudo service [service-name] stop
To remove the program use
$ sudo apt-get remove [program-name
You may want to research what process do before committing to a shutdown