document assembly sort issue

by John Wick

JavaScript

var orderedList = [
    {
        "id": "64d102d3d98f7407ea906d7e",
        "tenantId": "6156b3859471dd19476a28d9",
        "type": "TASK",
        "order": 1,
        "token": "AAA",
        "label": "AAA",
        "description": "AAA",
        "templateName": "Custom11",
        "isProfileDocument": false,
        "loanTypes": [
            "newConstruction"
        ],
        "loanPrograms": [
            "Agency"
        ],
        "documentAssembly": {
            "templateIds": [
                "64c2778f3fea7d7bec2a8112"
            ]
        },
        "isDeleted": false,
        "tableData": {
            "id": 0
        }
    },
    {
        "id": "64d10300d98f7407ea906d7f",
        "tenantId": "6156b3859471dd19476a28d9",
        "type": "DOCUMENT_UPLOAD",
        "order": 2,
        "token": "BBB",
        "label": "BBB",
        "description": "BBB",
        "templateName": "Custom11",
        "loanTypes": [
            "refinance",
            "purchase"
        ],
        "loanPrograms": [
            "Conventional"
        ],
        "documentAssembly": {
            "templateIds": [
                "64c277893fea7d7bec2a8111"
            ]
        },
        "isDeleted": false,
        "tableData": {
            "id": 1
        }
    }
]

var allTemplates = [
    {
        "id": "64c2778f3fea7d7bec2a8112",
        "documentName": "philstocks - custom1.pdf",
        "fileName": "philstocks - custom1.pdf",
        "contentType": "application/pdf",
        "token": "b90fac78-3905-4302-9781-0a2fde6d1bd1",
        "lastUpdated": 1690466213572,
        "allowPropertySelection": true,
        "tenantId": "6156b3859471dd19476a28d9",
        "fileVersion": 1,
        "isUploaded": true,
        "dateCreated": 1690466191800,
        "lastAssembled": 1691058224161,
        "isFormPlugin": false
    },
    {
        "id": "64c277893fea7d7bec2a8111",
        "documentName": "colfinancial - custom1.pdf",
        "fileName": "colfinancial - custom1.pdf",
       ...