What is the difference between destroySteps() and removeAllSteps() in SAP UI5?

I wanted to do something with a Wizard in SAP UI5 and came across those two methods. When looking a the method description of the documentation, the description has the same meaning (to me):
removeAllSteps
destroySteps

Where is the difference?

Thanks in advance!