Sometimes an upgraded application changes data formats which can break compatibility with previous versions.
If import/export text files are of the following format:
"descript1","descript2","descript3"
"data1","data2","data3"
"data1","data2","data3"
then this program can rearrange the data of large exported files in order to be imported into another version or application with little effort.