Bit by SoftwareSerial

Paul, can you explain why SoftwareSerial etc was not designed for MEGA? Just because it has plenty serial ports already? Thanks.

SoftwareSerial was developed to deal with the situation where one needs to read from, or write to, two serial devices at the same time.

The Mega has that ability natively. Why would one consider the need to use SoftwareSerial on a device with seemingly sufficient hardware serial ports?