There is no real distinction in Perl between "compile time" and "runtime", as Perl needs to load all files each time a program is run.
I can very well imagine a high-latency (or flakey) network connection (maybe NFS) that makes loading files quite slow. This would slow down program startup at least linearly for each file that needs to be opened and read.