Uh, because the Perl installation requires them?
The way that Perl organizes the libraries is designed as a "search path" - run this command from the shell:
perl -e 'print "@INC\n";'
and you will get a list of directories that show the order of searching for modules, libraries and...