It doesn't. If you're including a file which has no php in it you should use readfile because then it's not parsed but that's an optimisation using readfile rather than an overhead with include. If you're looking to optimise your code then I suggest looking at I/O operations such as DB and Disk access.
HTH
Bubble