It's all about optimization

3.1.6 Define shorthands for common functions or objects

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()".