- It handles graceful degradation for you to numerous technical alternatives to get bi-directional near-time communication flowing (web sockets, ajax long polling, flash, etc)
- As of March 2013 that site lists web sockets at 61% support. This is not "practically full".
- It handles browser inconsistencies and varying support levels for you
- (these first 2 things are basically the same value created by jQuery, to put it in perspective)
- It includes additional features beyond bare bones web sockets such as room support for basic publish/subscribe infrastructure and things like automatic reconnect
- AFAIK it is more popular and easier to get help with than vanilla web sockets, at least at the moment.
However, just like there is VanillaJS for the jQuery haters, if you prefer using the official standard web socket APIs directly, by all means, knock yourself out.