I don't know if this results in any errors but it certainly has the potential to cause some.
billingAddressFromData seems to be the one that is used:
https://github.com/magento/magento2/search?utf8=%E2%9C%93&q=billingAddressFromData&type=Code
billingAddressFormData is referred to only once:
https://github.com/magento/magento2/search?utf8=%E2%9C%93&q=billingAddressFormData&type=Code
It seems that that variable deals with form data so maybe it (and shippingAddressFromData) should be renamed.
I don't know if this results in any errors but it certainly has the potential to cause some.
billingAddressFromDataseems to be the one that is used:https://github.com/magento/magento2/search?utf8=%E2%9C%93&q=billingAddressFromData&type=Code
billingAddressFormDatais referred to only once:https://github.com/magento/magento2/search?utf8=%E2%9C%93&q=billingAddressFormData&type=Code
It seems that that variable deals with form data so maybe it (and
shippingAddressFromData) should be renamed.