This question elaborates that OpenVPN uses two channels to transfer data.
It first sets up a TLS connection (called control channel) and uses that to transfer a symmetric key and some other control data. It then sets up another channel (data channel) and starts transferring the actual data encrypted using the key.
Why the second channel? Why not simple transferring all data using TLS?