Many of these have been mentioned already, but here's my list:
auto-indent: I love that when I hit tab it automatically indents "correctly", regardless of the type of the file. Also, the fact that you have many options of indenting style!
elisp: I've written so many stupid little elisp functions... I love that I can just create a function that does exactly what I need... (Favorite: M-x bp-folgers-crystalyze: secretly replaces the meta-syntactic variable "foo" with folgers crystals)
indent-region: auto-indents any region. Tells you where your missing ; is immediately!
C-n C-f C-b C-p: I never use the arrow keys anymore. (To the point where I'm always annoyed that C-b gives "block quote" on SO...)
bookmarks: constantly editing .emacs? no problem.
Multiple frames, keyboard switching between frames and windows: I don't need to use the mouse!
Paren matching
comment-region: Uses mode-dependent comment syntax to comment out every line in a region.
C-X C-Cis the most useful feature of Emacs I've found. ;) – JUST MY correct OPINION Aug 21 '10 at 13:51M-! vim– Thanatos Dec 5 '10 at 7:31