not really, it is very hard to test any very large number for primality... this project only test numbers that satisfy the Mersenne prime definition though... 9 of the 10 known largest primes are Mersenne prime numbers probably because there is more people testing these numbers.
People test these because it's the easiest pattern we know of for constructing large primes. So if you want to maximize your chances of finding a large prime, you'll check for the mersenne form.
people test these because we have the technology to check if a large number of the Mersenne form is prime at a faster speed than numbers that do not conform.
http://primes.utm.edu/largest.html#biggest