What does this mean in jQuery? [Code from jquery.validate.js]

What does this mean in jQuery? [Code from jquery.validate.js]

When I browse the jQuery plugin jquery.validate's code, I find a section like " (function($){...})(jQuery); ".
 
What dose this code mean in jQuery and are there some reasons to build a plugin like that?
 
Thanks.