Zend certified PHP/Magento developer

Sort Attributes on product page(More Information tab) with Position of attribute in layered navigation block value

I would like to use the “Position of attribute in layered navigation block” value

Text

to sort attributes in More Information tab on product detail page

Text

I know that the attribute structure on product page is build of the following file:
vendormagentomodule-catalogviewfrontendtemplatesproductviewattributes.phtml

But with the foreach loop it looks like there is only some way to sort alphabetical or the with initial created sorting by attribute_id.

I´m not sure if the sorting can be somehow influenced by the ($filter->getItemsCount()) from magentomodule-layered-navigation view.phtml
do I maybe need to import some data model?

By the way I don´t need the “Position of attribute in layered navigation block” value for the layered nav as this position will be handled by some extension.

Any hint or help would be greatly appreciated.