The less code you write, the less code you have to maintain. Even if it's just one less thing, it's a win.
The comonJS module pattern also helps tremendously, as your requires are block/function scoped. It makes it trivial to refactor (remove/rewrite) code.