Spring-loaded Dock items are supposed to save you time by allowing you to drag a file over the folder/icon. Hover it for a few seconds and the application/folder will open. Use the following command to enable these feature:
defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true
Restart Dock with the following command:
killall Dock
Revert to the default setting:
defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool false
http://www.youtube.com/watch?v=altO2yV0MtQ&t=5m9s
Spring Loaded item starts at 05:09