It's all about optimization
If you are using the same objects or functions frequently, define a shorthand for them. A prime example is the emerging standard "$()" which is a shorthand for "document.getElementById()".