A lot of the tools I write in Perl are for developers to use, or that run autonomously on build servers. One of my big criteria is to use core modules whenever possible, so I don't have to worry about whether the next machine it gets run on will have the necessary module. Sure, often you can install it, but not always. If it's part of the standard distribution, I know I can count on it being there.