Before the browser can render a page it has to build the DOM tree by parsing the HTML markup. During this process, whenever the parser encounters a script it has to stop and execute it before it can continue parsing the HTML. In the case of an external script the parser is also forced to wait for the resource to download.
You can use the tagDiv Speed Booster plugin to move the css and js at the bottom of the page avoiding the page render blocking.