Yes, you will use less bandwidth, it will be better for performance, because you can store information in your browser up to 5 MB . This is much more than a cookie.
For example, to install an item in a repository that you can do:
sessionStorage.setItem("name1", "value1");
and get the item
sessionStorage.getItem("name1");
SessionStorage refers to each subdomain / domain.