Appcelerator recommend the use of CommonJS-modules in Titanium Apps: https://wiki.appcelerator.org/display/guides/Mobile+Best+Practices
However, on their docs, I cannot find a reasonable answer to my reasonable question: Why?
What does CommonJS do that good Namespacing doesn't? As far as I can see, it's simply a way of including modules!
Edit: Specifically, what benefits do I get from using CommonJS in the context of Titanium?