in reply to Common uses of "use"

Problem is that using a bunch of modules which you might not need imposes an overhead. At the very least this involves compiling the code, but often it will involve running code at compile time as well. So including modules by habit (other than those you mentioned) is probably not a good idea.