Grepping large files takes a lot of CPU time. Using perl's regular expressions is INSANELY much faster than using grep's ones.
And obviously everyone who hasn't compiled grep w/ pcre will gets screwed, huh?