In multipage apps it would be nice to have each page have it's own namespace.
It can be difficult to rename each variable/object/etc in a new page to be unique throughout the application. This seems especially odd because there Is a global namespace already to share between pages, so why would individual pages have clashes?