Earlier quoted context omitted.
Why 4096-bit RSA certs when you can have ECC certs?
There are installations which don't support ECC, usually due to hardware limitations, but do support RSA-4k. Often this cert is the trust anchor for various other uses than just SSL, so the result is you end up using RSA-4k instead of ECC. There's also folks who don't entirely trust ECC because it's "too new". To be fair, RSA isn't broken, and 4k is sufficiently big to be safe even with a partial break.
Isn't RSA much more computationally expensive than ECC? What hardware can do RSA but not ECC?
/me sits down to be schooled