The
key distribution problem: how do two parties securely share a symmetric key without meeting in person or using an already-secure channel? Asymmetric cryptography solves this.
This is why TLS uses asymmetric cryptography (RSA or ECDH) to establish a shared symmetric key, then AES for the session. Before asymmetric cryptography, key distribution was a fundamental security problem.